styleproperty: register the box-shadow property
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 2 Jun 2011 00:59:14 +0000 (20:59 -0400)
committerBenjamin Otte <otte@redhat.com>
Sat, 11 Jun 2011 07:29:43 +0000 (09:29 +0200)
gtk/gtkstyleproperty.c

index ce2f4e1fafed15186839f783216c34ff1bf7e6de..17415eb77d3def45db6a8f9a6d1313daa2f124aa 100644 (file)
@@ -2064,6 +2064,11 @@ gtk_style_property_init (void)
                                           NULL,
                                           NULL);
 
+  gtk_style_properties_register_property (NULL,
+                                          g_param_spec_boxed ("box-shadow",
+                                                              "Box shadow",
+                                                              "Box shadow",
+                                                              GTK_TYPE_SHADOW, 0));
   gtk_style_properties_register_property (NULL,
                                           g_param_spec_int ("margin-top",
                                                             "margin top",